Description: A website that helps you learn SwiftUI like quizlet
This web app: This React application is made to help you learn SwiftUI in a fun way!
Time spent: 3 hours spent in total
The following required functionality is completed:
The following optional features are implemented:
The following additional features are implemented:
Here's a walkthrough of implemented user stories:
Describe any challenges encountered while building the app.
I had difficulty with state managment. There are some state that must be uplifting up. I took a while to understand why we need to pass a function hanlder from parent to child, aka a closure. There are many states that I think I need to optimize them later.